home *** CD-ROM | disk | FTP | other *** search
- <configuration>
-
- <system.web>
- <!-- DYNAMIC DEBUG COMPILATION
- Set debugmode enable="true" to enable ASPX debugging. Otherwise, setting this value to
- false will improve runtime performance of this application.
- -->
- <compilation debug="false">
- <assemblies>
- <add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
- <add assembly="CrystalDecisions.Shared, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
- <add assembly="CrystalDecisions.ReportSource, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
- <add assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
- </assemblies>
- </compilation>
-
- <!-- APPLICATION-LEVEL TRACE LOGGING
- Application-level tracing enables trace log output for every page within an application.
- Set trace enabled="true" to enable application trace logging. If pageoutput="true", the
- trace information will be displayed at the bottom of each page. Otherwise, you can view the
- application trace log by browsing the "trace.axd" page from your web application
- root.
- -->
- </system.web>
-
- </configuration>
-